home *** CD-ROM | disk | FTP | other *** search
- /*
- File: AppShellResources.h
-
- Contains: xxx put contents here xxx
-
- Version: xxx put version here xxx
-
- Copyright: © 1999 by Apple Computer, Inc., all rights reserved.
-
- File Ownership:
-
- DRI: xxx put dri here xxx
-
- Other Contact: xxx put other contact here xxx
-
- Technology: xxx put technology here xxx
-
- Writers:
-
- (BWS) Brent Schorsch
-
- Change History (most recent first):
-
- <SP1> 7/1/99 BWS first checked in
- */
-
- #ifndef __APPSHELLRESOURCES__
- #define __APPSHELLRESOURCES__
-
- //• ———————————————————————————————————————— Includes
- //• ———————————————————————————————————————— Public Definitions
- //• ———————————————————————————————————————— Public Types
-
- enum
- {
- kMBAR_Main = 128,
-
- kMENU_Apple = 128,
- kMENU_File,
- kMENU_Edit
- };
-
- enum
- {
- kMenuCMD_AboutBox = 'abot'
- };
-
- enum
- {
- kMenuCMD_StartGame = 'strt',
- kMenuCMD_ConfigureInput = 'cnfg',
- kMenuCMD_Quit = 'quit'
- };
-
- enum
- {
- kMenuCMD_Undo = 'undo',
- kMenuCMD_Cut = 'cut ',
- kMenuCMD_Copy = 'copy',
- kMenuCMD_Paste = 'past',
- kMenuCMD_Clear = 'cler'
- };
-
- enum
- {
- kSTRn_AboutBoxStrings = 128
- };
-
- enum
- {
- kWIND_MainWindow = 128
- };
-
- //• ———————————————————————————————————————— Public Variables
- //• ———————————————————————————————————————— Public Functions
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-